toggle menu
Mobile UI
0.4.0
android
common
desktop
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.theme
Package-level
declarations
Types
Functions
Properties
Types
Border
Link copied to clipboard
object
Border
Color
Link copied to clipboard
object
Color
DHIS2Text
Style
Link copied to clipboard
enum
DHIS2TextStyle
:
Enum
<
DHIS2TextStyle
>
Outline
Link copied to clipboard
object
Outline
Radius
Link copied to clipboard
object
Radius
Ripple
Link copied to clipboard
object
Ripple
Shape
Link copied to clipboard
object
Shape
Spacing
Link copied to clipboard
object
Spacing
Surface
Color
Link copied to clipboard
object
SurfaceColor
Text
Color
Link copied to clipboard
object
TextColor
Properties
DHIS2Light
Color
Scheme
Link copied to clipboard
val
DHIS2LightColorScheme
:
ColorScheme
left
Pixel
Link copied to clipboard
android
common
desktop
actual
val
leftPixel
:
Float
expect
val
leftPixel
:
Float
actual
val
leftPixel
:
Float
spread
Pixel
Link copied to clipboard
android
common
desktop
actual
val
spreadPixel
:
Float
expect
val
spreadPixel
:
Float
actual
val
spreadPixel
:
Float
top
Pixel
Link copied to clipboard
android
common
desktop
actual
val
topPixel
:
Float
expect
val
topPixel
:
Float
actual
val
topPixel
:
Float
Functions
DHIS2Theme
Link copied to clipboard
@
Composable
fun
DHIS2Theme
(
content
:
@
Composable
(
)
->
Unit
)
drop
Shadow
Link copied to clipboard
fun
Modifier
.
dropShadow
(
shape
:
Shape
,
color
:
Color
=
SurfaceColor.Container
,
blur
:
Dp
=
10.dp
,
offsetY
:
Dp
=
4.dp
,
offsetX
:
Dp
=
0.dp
,
spread
:
Dp
=
0.dp
)
:
Modifier
get
Text
Style
Link copied to clipboard
@
Composable
fun
getTextStyle
(
style
:
DHIS2TextStyle
)
:
TextStyle